packages/tcptraceroute: fix whitespaces
authorGabor Juhos <[email protected]>
Thu, 27 Mar 2014 07:05:18 +0000 (07:05 +0000)
committerGabor Juhos <[email protected]>
Thu, 27 Mar 2014 07:05:18 +0000 (07:05 +0000)
Signed-off-by: Dirk Neukirchen <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 40193

net/tcptraceroute/Makefile

index 33119e90ccdcfd6f2bcf0551c62b365271abe8a0..1a862b5e1216de581c07fbeeab9acbd1b60ca2e6 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -30,15 +30,15 @@ define Build/Configure
                , \
                CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/lib/libnet-1.1.x/include" \
                LDFLAGS="$$$$LDFLAGS -L$(STAGING_DIR)/usr/lib/libnet-1.1.x/lib" \
-               PATH="$(STAGING_DIR)/usr/lib/libnet-1.1.x/bin:$$$$PATH" \
+               PATH="$(STAGING_DIR)/usr/lib/libnet-1.1.x/bin:$$$$PATH" \
         )
 endef
 
-define Build/Compile   
+define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR)
 endef
 
-define Package/tcptraceroute/install   
+define Package/tcptraceroute/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/tcptraceroute $(1)/usr/bin/
 endef